button {
    all: unset;
    transition: 0.5s linear;
    user-select: none;
}

.form {
    position: absolute;
    top: 70px;
    width: 99%;
}

select {
    font-size: 20px;
    margin-right: 10px;
    width: 80px;
    height: 27px;
   
}

.musics {
    position: absolute;
    left: 1%;
    width: 98%;
    height: auto;
    background-color: aquamarine;
    border-radius: 20px;

}

.music {
    width: 90%;
    margin-left: 5%;
    margin-block: 20px;
    height: 90px;
    background-color: antiquewhite;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.musicname {
    all: unset;
    position: relative;
    font-size: 30px;
    margin-left: 20px;
    margin-right: 20px;
    direction: rtl;
    text-align: center;
    width: 18%;
    height: 80px;

}

.music_input {
    position: absolute;
}

.singer_b {
 
    margin-right: 35px;
    margin-top: -17px;


}

.singer {
    width: 50px;
}

.album{
    margin-top: 2px;
}

.albums{
    margin-left: -45px;
display: grid;
}


.singer_name {
    all: unset;
    width: 100px;
    height: 21px;
    font-size: 18px;
    text-align: center;
    margin-left: -114px;
    margin-right: 50px;
    margin-top: 59px;
}


.music_file {
    all: unset;
    width: 103px;
    margin-left: 20px;
    height: 24px;
    margin-top: 40px;
    transform: translate(0%, -50%);
}

.music_file_label {
    margin-left: -70px;
    font-size: 17px;
    margin-right: 28px;
}

.music_file_label_src {
    margin-left: -117px;
    margin-top: 55px;
    text-align: center;
    width: 130px;
}

.music_picture {
    all: unset;
    width: 103px;
    margin-left: 20px;
    height: 24px;
    margin-top: 40px;
    transform: translate(0%, -50%);

}

.music_picture_label {
    font-size: 17px;
    margin-left: -70px;
    margin-right: 28px;
}

.music_picture_label_src {
    margin-top: 55px;
    margin-left: -106px;
    text-align: center;
    width: 130px;
}










.edit {
    width: 50px;

}

.edit_b {
    position: absolute;
    right: 80px;
    margin-top: 14px;
}


.delete{
width: 50px;
position: absolute;
    right: 10px;
    margin-top: 14px;
}
















.singer_show {
visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px);
    display: flex;
}

.show_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
}


.singers_back {
    width: 80%;
    height: 80%;
    background-color: aqua;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.singer_list {
    position: absolute;
    top: 17%;
    left: 5%;
    width: 80%;
    padding-inline: 5%;
    padding-block: 3%;
    height: 70%;
    border-radius: 30px 0px 0px 30px;
    border: 1px solid black;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
}



.singer_item {
    width: 130px;
    text-align: center;
    height: 130px;
    font-size: 20px;
    background-color: white;
    margin-inline: 20px;
    margin-top: 50px;
    border-radius: 17px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;

}





.textback{
visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px);



}

.texteditor{
width: 80%;
    height: 80%;
    background-color: aqua;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.textinput{
    width: 90%;
        height: 90%;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        font-size: 20px;
        text-align: center;
        padding-top: 2%;
}


.searchinput{
        all: unset;
            text-align: center;
            position: absolute;
            top: 5%;
            right: 50%;
            transform: translate(50%, 0%);
            border: 2px black solid;
            width: 40%;
            height: 59px;
            border-radius: 35px;
            font-size: 30px;
            direction: rtl;
}